
Aquamp Playerin sisteminizde sorunsuz almas iin PHP motorunun .html dosyalarn yorumlayacak ekilde dzenlenmesi gerekmektedir.

--- .htaccess ile .html yorumlatmak iin aadaki kodu .htaccess dosyanz ierisine eklemeniz gerekmektedir.

<IfDefine APACHE2>
   AcceptPathInfo On
</IfDefine>

<Files *.html>
   ForceType application/x-httpd-php
   #ForceType application/x-httpd-php5
</Files>
